'DeclarationPublic Function New( _ ByVal defaultSecurityRoleIds As IEnumerable(Of String) _ )
'UsageDim defaultSecurityRoleIds As IEnumerable(Of String) Dim instance As New MemoryNameAndPasswordUserManager(defaultSecurityRoleIds)
public MemoryNameAndPasswordUserManager( IEnumerable<string> defaultSecurityRoleIds )
public: MemoryNameAndPasswordUserManager( IEnumerable<String^>^ defaultSecurityRoleIds )
Parameters
- defaultSecurityRoleIds
- The default security role IDs to assign to newly created users.
The value of this parameter cannot be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).